migration guide: Remove stray html tags
authorNicola Fontana <ntd@entidi.it>
Wed, 7 Oct 2020 06:38:26 +0000 (08:38 +0200)
committerNicola Fontana <ntd@entidi.it>
Wed, 7 Oct 2020 06:38:26 +0000 (08:38 +0200)
docs/reference/gtk/migrating-3to4.md

index c32078c50380806ba63da07b03efca746ef95db7..3dcb4ab27daf27ecd14c67c3b641e2d2683a7a45 100644 (file)
@@ -298,9 +298,9 @@ gdk_toplevel_begin_resize().
 The %GDK_TOPLEVEL_STATE_ICONIFIED value of the #GdkSurfaceState enumeration
 is now %GDK_TOPLEVEL_STATE_MINIMIZED in the #GdkToplevelState enumeration.
 
-The #GdkWindow functions <function>gdk_window_iconify()</function>
-and <function>gdk_window_deiconify()</function> have been renamed to
-gdk_toplevel_minimize() and gdk_toplevel_present(), respectively.
+The #GdkWindow functions gdk_window_iconify() and gdk_window_deiconify()
+have been renamed to gdk_toplevel_minimize() and gdk_toplevel_present(),
+respectively.
 
 The behavior of the minimization and unminimization operations have
 not been changed, and they still require support from the underlying